home *** CD-ROM | disk | FTP | other *** search
- <SCRIPT LANGUAGE=VBScript RUNAT=Server>
- Sub Session_OnStart
- ' Lock the Application object
- Application.Lock
-
- ' Increment the count
- Application("Visits") = Application("Visits") + 1
-
- ' Unlock the Application object
- Application.Unlock
- End Sub
- </SCRIPT>
-